home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000079_jaltman2@nyc.rr.com_Wed May 14 17:33:50 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  58 lines

  1. Article: 14299 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!CALA-MUZIK!news-out.spamkiller.net!propagator2-maxim!news-in.superfeed.net!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. Message-ID: <3EC1B26A.1010700@nyc.rr.com>
  4. From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
  5. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507
  6. X-Accept-Language: en-us, en
  7. MIME-Version: 1.0
  8. Newsgroups: comp.protocols.kermit.misc
  9. Subject: Re: C-Kermit AIX Binary with SSL
  10. References: <bb491ed9.0305091052.295b8a63@posting.google.com> <b9h0ef$qr7$1@blue.rahul.net> <b9haev$fbl$1@watsol.cc.columbia.edu> <bb491ed9.0305131659.329a544a@posting.google.com>
  11. In-Reply-To: <bb491ed9.0305131659.329a544a@posting.google.com>
  12. Content-Type: text/plain; charset=us-ascii; format=flowed
  13. Content-Transfer-Encoding: 7bit
  14. Lines: 35
  15. Date: Wed, 14 May 2003 03:05:12 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1052881512 66.108.138.151 (Tue, 13 May 2003 23:05:12 EDT)
  19. NNTP-Posting-Date: Tue, 13 May 2003 23:05:12 EDT
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14299
  22.  
  23. If it is complaining, it is because you are not loading the same library 
  24. at run time that you compiled with.  This could leave inconsistencies. 
  25. The version check is there for a good reason.
  26.  
  27.  
  28.  
  29. Craig Petty wrote:
  30. > Thanks for your tips everyone.  Things went smoothly during the build.
  31. >  I did have to comment out the OpenSSL version check.  It was
  32. > complaining that it was an incompatible version.  I am using the
  33. > latest, openssl-0.9.7b .
  34. > - Craig
  35. > fdc@columbia.edu (Frank da Cruz) wrote in message news:<b9haev$fbl$1@watsol.cc.columbia.edu>...
  36. >>In article <b9h0ef$qr7$1@blue.rahul.net>,
  37. >> <dold@C-KermitXA.usenet.us.com> wrote:
  38. >>: Craig Petty <cpetty1963@yahoo.com> wrote:
  39. >>: > Anyone know where I can get an AIX (4.3) binary build with SSL?  I've
  40. >>: > downloaded several from columbia.edu, but none have SSL support
  41. >>: > compiled in.
  42. >>The only makefile targets for building C-Kermit with OpenSSL on AIX are:
  43. >>
  44. >>  aix43gcc+openssl (OpenSSL only)
  45. >>  aix43gcc+krb5+krb4+openssl (OpenSSL + Kerberos 4 and 5)
  46. >>
  47. >>Since you have AIX 4.3, the first one should work.  Those who have other
  48. >>AIX versions and want to build with OpenSSL might need to add makefile 
  49. >>targets for these combinations.
  50. >>
  51. >>- Frank
  52.  
  53.